home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3.iso / webrec / SHARED.DIR / 00006.ls < prev    next >
Encoding:
Text File  |  1996-12-10  |  132 b   |  10 lines

  1. on mouseDown
  2.   if clickButton() then
  3.     if the pauseState = 1 then
  4.       continue()
  5.     else
  6.       pause()
  7.     end if
  8.   end if
  9. end
  10.